Don't distribute generated sources
authorMatthias Clasen <mclasen@redhat.com>
Thu, 5 Dec 2013 14:07:19 +0000 (09:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 5 Dec 2013 14:07:19 +0000 (09:07 -0500)
This was causing problems when building 3.10.6 against an older
wayland.

gdk/wayland/Makefile.am

index 634e326211a4523885af410e99d9313529b1144c..af95021fc2e9491b9b240ddb34121fa38872df4f 100644 (file)
@@ -25,8 +25,10 @@ BUILT_SOURCES =                              \
        gtk-shell-client-protocol.h             \
        gtk-shell-protocol.c
 
+nodist_libgdk_wayland_la_SOURCES =             \
+       $(BUILT_SOURCES)
+
 libgdk_wayland_la_SOURCES =                    \
-       $(BUILT_SOURCES)                        \
        gdkapplaunchcontext-wayland.c           \
        gdkcursor-wayland.c                     \
        gdkdevice-wayland.c                     \